Skip to content
Snippets Groups Projects
Commit 2a570285 authored by Khanh-Thu Julie Huynh's avatar Khanh-Thu Julie Huynh
Browse files

server ran

parent 1a8b57b6
No related branches found
No related tags found
No related merge requests found
FROM node:slim
# copy soure code into container
COPY . /app
WORKDIR /app
RUN npm install
#stuctured like this bc want to run two commands
CMD echo "It's the second TP and I'm still lost" && npm start
EXPOSE 3000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment