Does this have to be absolute...?

This commit is contained in:
cirroskais 2024-03-18 05:54:35 -04:00
parent 6b17ed3dcb
commit 223eddf9f8
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -11,7 +11,7 @@ RUN yarn build
FROM base AS app
COPY --from=build build/* .
COPY --from=build /usr/src/app/build/* .
USER app
EXPOSE 3000/tcp