Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
9
react-express-mysql/frontend/Dockerfile
Executable file
9
react-express-mysql/frontend/Dockerfile
Executable file
@@ -0,0 +1,9 @@
|
||||
FROM node:10
|
||||
|
||||
RUN mkdir /project
|
||||
WORKDIR /project
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn install
|
||||
CMD ["yarn", "run", "start"]
|
Reference in New Issue
Block a user