Skip to content

Commit

Permalink
Update and rename dockerfile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadharke-tekdi authored Mar 15, 2024
1 parent 21667d5 commit b89942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm install

# Copy the rest of the application code to the container
COPY . .

COPY .env ./
# Expose the port that your application is running on
EXPOSE 3008

Expand Down

0 comments on commit b89942e

Please sign in to comment.