chore(Dockerfile): move fradrive-env Dockerfile to project root; remove old dockerignore
This commit is contained in:
parent
60e5086f7e
commit
7f809d0208
@ -1 +0,0 @@
|
||||
**/*
|
||||
@ -1,3 +0,0 @@
|
||||
SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
@ -14,7 +14,7 @@ RUN npm install -g n
|
||||
RUN n 14.19.1
|
||||
|
||||
# backend
|
||||
RUN stack install happy
|
||||
# RUN stack install happy # TODO: "Specified bucket does not exist" error on debian
|
||||
|
||||
# run git restore-mtime
|
||||
# frontend-test
|
||||
@ -41,3 +41,7 @@ RUN apt-get -y install llvm
|
||||
|
||||
RUN useradd -ms /bin/bash fradrive-env
|
||||
USER fradrive-env
|
||||
|
||||
ADD . /fradrive-src
|
||||
|
||||
ARG FONTAWESOME_NPM_AUTH_TOKEN
|
||||
Reference in New Issue
Block a user