Skip to content

Commit 4428ab1

Browse files
authored
Merge pull request #43 from Kovah/dev
Fix issues with the Docker build process
2 parents dd7d1d3 + 1f16134 commit 4428ab1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkace",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "A small, selfhosted bookmark manager with advanced features, built with Laravel and Docker",
55
"homepage": "https://github.com/Kovah/LinkAce",
66
"repository": {

resources/docker/dockerfiles/release.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN npm run build
3333
# Prepare the final image
3434
FROM bitnami/php-fpm:7.2-prod
3535

36+
WORKDIR /app
3637
COPY ./ /app
38+
COPY ./.env.example /app/.env
3739

3840
# Copy the PHP config files
3941
COPY ./resources/docker/php/php.ini /opt/bitnami/php/etc/conf.d/php.ini

0 commit comments

Comments
 (0)