Skip to content

Commit

Permalink
Update Dockerfile fixture/result (#148688) (#148699)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed May 4, 2022
1 parent 3159d61 commit 57fd6d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu
MAINTAINER Kimbro Staken
FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode
MAINTAINER Microsoft

RUN apt-get install -y software-properties-common python
RUN add-apt-repository ppa:chris-lea/node.js
Expand All @@ -11,4 +11,4 @@ RUN mkdir /var/www

ADD app.js /var/www/app.js

CMD ["/usr/bin/node", "/var/www/app.js"]
CMD ["/usr/bin/node", "/var/www/app.js"]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
{
"c": " ubuntu",
"c": " mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode",
"t": "source.dockerfile",
"r": {
"dark_plus": "default: #D4D4D4",
Expand All @@ -36,7 +36,7 @@
}
},
{
"c": " Kimbro Staken",
"c": " Microsoft",
"t": "source.dockerfile",
"r": {
"dark_plus": "default: #D4D4D4",
Expand Down Expand Up @@ -324,7 +324,7 @@
}
},
{
"c": "] ",
"c": "]",
"t": "source.dockerfile",
"r": {
"dark_plus": "default: #D4D4D4",
Expand Down

0 comments on commit 57fd6d0

Please sign in to comment.