Skip to content

Commit

Permalink
api: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Oct 20, 2024
1 parent 7273848 commit dc1526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daimo-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:20
WORKDIR /usr/src/app

# Copy app code
COPY daimo/packages/daimo-api/dist ./dist
COPY packages/daimo-api/dist ./dist
COPY node_modules/geoip-lite/data ./data

# Expose the port the app runs on
Expand Down

0 comments on commit dc1526f

Please sign in to comment.