Skip to content

Commit

Permalink
use list for CMD instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Gfeuillen committed Sep 25, 2023
1 parent 4909376 commit 1c35181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN apk add nodejs --no-cache
WORKDIR /srv
COPY --from=build /srv/node_modules /srv/node_modules
COPY --from=build /srv/dist /srv/
CMD node index.js
CMD [ "node", "index.js" ]

0 comments on commit 1c35181

Please sign in to comment.