chore(Dockerfile): move fradrive-env Dockerfile to project root; remove old dockerignore

This commit is contained in:
Sarah Vaupel 2024-07-25 22:37:01 +02:00
parent 60e5086f7e
commit 7f809d0208
3 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
**/*

View File

@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -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