15
stdlib/docker/compose/tests/testdata/Dockerfile
vendored
Normal file
15
stdlib/docker/compose/tests/testdata/Dockerfile
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM node:12-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package.json
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
ENV PORT=8080
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["npm", "start"]
|
Reference in New Issue
Block a user