mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-30 21:00:24 +01:00
Fix typos in Dockerfile
This commit is contained in:
parent
53e113d2dc
commit
930b846825
@ -16,8 +16,8 @@ RUN mkdir -p /etc/sudoers.d \
|
||||
ENV HOME /home/testuser
|
||||
WORKDIR /home/testuser
|
||||
USER testuser
|
||||
COPY --chown=testuser package.yaml app
|
||||
COPY --chown=testuser stack.yaml app
|
||||
COPY --chown=testuser package.yaml app/package.yaml
|
||||
COPY --chown=testuser stack.yaml app/stack.yaml
|
||||
|
||||
# Update stack and cache dependencies and app in stages
|
||||
ENV PATH="/home/testuser/.local/bin:${PATH}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user