mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
dockerfile: oops
This commit is contained in:
parent
d58df3fd04
commit
290d29ea78
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ COPY --from=build /usr/src/app/db-datos/drizzle .
|
||||||
ENV DB_PATH=/db/db.db
|
ENV DB_PATH=/db/db.db
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD "node ."
|
CMD ["node", "."]
|
Loading…
Reference in a new issue