Skip to content

Commit

Permalink
changed 'as' to 'AS'
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed Oct 3, 2023
1 parent 84cd72b commit e51d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
##################
### PROD IMAGE ###
##################
FROM node:18.15.0-alpine as prod
FROM node:18.15.0-alpine AS prod
ENV NODE_ENV=production

# Add curl for health check
Expand Down

0 comments on commit e51d131

Please sign in to comment.