Skip to content

Commit

Permalink
Hotfix: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288347 authored Mar 9, 2024
1 parent 3e81f37 commit 3b93873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion questions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ RUN npm install
# Copy the app source code to the working directory
COPY . .

# Expose the port the app runs on
EXPOSE 8010

# Define the command to run your app
CMD ["node", "index.js"]
CMD ["node", "index.js"]

0 comments on commit 3b93873

Please sign in to comment.