Skip to content
Snippets Groups Projects
Commit 1f622192 authored by Iiris Haapala's avatar Iiris Haapala
Browse files

Exposing port 8080 in Dockerfile

parent 6f10e938
Branches
No related tags found
No related merge requests found
......@@ -2,4 +2,5 @@ FROM node:18
WORKDIR /app
COPY . .
RUN npm install
EXPOSE 8080
CMD ["node", "index.js"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment