Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -26,6 +26,8 @@ RUN npm install --save express ws
|
|
26 |
|
27 |
COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
|
28 |
|
|
|
|
|
29 |
COPY --chown=pn . .
|
30 |
|
31 |
CMD ["bash", "run.sh"]
|
|
|
26 |
|
27 |
COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
|
28 |
|
29 |
+
RUN ssh-keygen
|
30 |
+
|
31 |
COPY --chown=pn . .
|
32 |
|
33 |
CMD ["bash", "run.sh"]
|