Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya4242 authored Mar 27, 2024
1 parent 6f00922 commit 8e9a5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18-alpine as builder
WORKDIR /backend-docker-examplee/
EXPOSE 5000

COPY package*.json /backend-docker-example/
COPY package*.json /backend-docker-examplee/
RUN npm install
ENV FRONTEND_URL=http://localhost:4000
COPY app.js /backend-docker-examplee/app.js
Expand Down

0 comments on commit 8e9a5e1

Please sign in to comment.