Spaces:
Sleeping
Sleeping
Commit
·
a3b67a1
1
Parent(s):
736b728
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ RUN apt-get update
|
|
4 |
RUN apt-get install -y curl openssh-server
|
5 |
RUN apt-get install -y nginx
|
6 |
COPY ./default /etc/nginx/sites-available/default
|
7 |
-
RUN
|
|
|
8 |
|
9 |
RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
10 |
RUN apt-get install -y nodejs
|
|
|
4 |
RUN apt-get install -y curl openssh-server
|
5 |
RUN apt-get install -y nginx
|
6 |
COPY ./default /etc/nginx/sites-available/default
|
7 |
+
RUN nginx -t
|
8 |
+
#RUN service nginx status
|
9 |
|
10 |
RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
11 |
RUN apt-get install -y nodejs
|