Skip to content
Snippets Groups Projects
Commit fea99584 authored by Arie Peterson's avatar Arie Peterson
Browse files

Set correct working directory in frontend image

parent 50e9f464
No related tags found
1 merge request!89Resolve "Fix button label on TOTP verification"
Pipeline #37381 passed with stages
in 4 minutes and 43 seconds
FROM node:18 FROM node:18
WORKDIR /home/node/app
# First copy only files necessary for installing dependencies, so that we can # First copy only files necessary for installing dependencies, so that we can
# cache that step even when our own source code changes. # cache that step even when our own source code changes.
COPY package.json yarn.lock . COPY package.json yarn.lock .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment