Skip to content

Commit

Permalink
updated target base image
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLuhman committed Jan 18, 2025
1 parent ba336c4 commit a59f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine/node
FROM node:22-alpine AS base
WORKDIR /src
COPY . /
EXPOSE 3000
Expand Down

0 comments on commit a59f3d4

Please sign in to comment.