Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Jan 30, 2025
1 parent bb66539 commit ff44217
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:20

COPY build /build
COPY migrations /build/migrations
COPY package.json /
COPY node_modules /node_modules

RUN touch /.env

CMD ["node", "/build"]

0 comments on commit ff44217

Please sign in to comment.