first commit
This commit is contained in:
10
docker/legacy/Dockerfile
Normal file
10
docker/legacy/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
LABEL author=w3c@naver.com
|
||||
|
||||
|
||||
VOLUME /var/www/app
|
||||
COPY start.sh /var/www/start.sh
|
||||
RUN ["chmod", "+x", "/var/www/start.sh"]
|
||||
ENTRYPOINT ["/var/www/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user